home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Graphics
/
Viewers
/
FastTIFF
/
TIFFView.h
< prev
next >
Wrap
Text File
|
1992-12-25
|
191b
|
14 lines
#import <appkit/View.h>
@interface TIFFView:View
{
id image,bitmap;
BOOL isCached;
}
- drawSelf:(NXRect *)rects :(int)count;
- openTIFF:sender;
- toggleCachingMode:sender;
@end